home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / MacIISLOTTools.cpt / exec file for CRCPatch < prev    next >
Text File  |  1988-01-14  |  384b  |  17 lines

  1. Here is an example of how the Apple Video ROM Code was built:
  2.  
  3.  
  4. ## Assemble and link the ROM
  5. directory "{Decl}TFB-b1:"
  6. asm -wb -i {AIncludes}nFiles  -i {Decl} VideoROM.a
  7. Link VideoROM.a.o   -o videoROM
  8.  
  9. ### Patch the crc value and convert the code to a data file.
  10. Tools:crcPatch" videoROM
  11. Tools:Data" videoROM  tfbROM1.d
  12.  
  13. ## Copy the file to floppy.
  14. duplicate -y  tfbROM1.d  slots:
  15.  
  16.  
  17.